Assembly Language


 
 
Concept Explanation
 

Assembly Language

Assembly Language: The first assembly language was developed in 1947 by Kathleen Booth for the ARC2 at Birkbeck,University of London following work with John Neumann and Herman Goldstine at the institute for Advanced Study.

Assembly language is the most basic programming language available for any processor. Using assembly language, a programmer works only with operations implemented directly on the physical CPU, On the most basic level, a computer program is nothing  more than a collection of numbers stored in memory. Different numbers tell the CPU to do different things. The CPU reads the numbers one at a time, decodes them, and does what the numbers say.

We can say that it is a low level programming language which is used as an interface with computer hardware's . Low Level programming languages such as assembly language are a necessary bridge between the underlying hardware of a computer and the higher-Level programming languages such as  python or JavaScript in  which modern software programs are written.It uses structured commands as substitutions for numbers, allowing humans to read the code easier than looking at binary codes.

.... (More Text Available, Login?)
Sample Questions
(More Questions for each concept available in Login)
Question : 1

Which of the following is the advantage of the assembly language?

Right Option : A
View Explanation
Explanation
Question : 2

CPU can directly understand which language ?

Right Option : C
View Explanation
Explanation
Question : 3

What is the primary purpose of assembly language?

Right Option : C
View Explanation
Explanation
 
 


Students / Parents Reviews [10]